home *** CD-ROM | disk | FTP | other *** search
/ DOKAN 21 / DOKAN21.iso / Progs / Adam / ADAM-Boletin de noticias-Ene00.EXE / 0 / RCDATA / TPROGRESSREPORT / TPROGRESSREPORT.txt
Text File  |  2000-01-04  |  942b  |  52 lines

  1. object ProgressReport: TProgressReport
  2.   Left = 312
  3.   Top = 123
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 133
  7.   ClientWidth = 313
  8.   Font.Color = clBtnText
  9.   Font.Height = -12
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   Scaled = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 15
  16.   object ProgressPanel: TPanel
  17.     Left = 8
  18.     Top = 40
  19.     Width = 297
  20.     Height = 41
  21.     BevelOuter = bvLowered
  22.     TabOrder = 0
  23.     object ProgressBar: TGauge
  24.       Left = 8
  25.       Top = 8
  26.       Width = 281
  27.       Height = 25
  28.       ForeColor = clMaroon
  29.       Progress = 0
  30.     end
  31.   end
  32.   object Prompt: TPanel
  33.     Left = 8
  34.     Top = 8
  35.     Width = 297
  36.     Height = 25
  37.     BevelOuter = bvLowered
  38.     TabOrder = 1
  39.   end
  40.   object CancelBtn: TButton
  41.     Left = 114
  42.     Top = 96
  43.     Width = 84
  44.     Height = 28
  45.     Cancel = True
  46.     Caption = 'Cancel'
  47.     ModalResult = 2
  48.     TabOrder = 2
  49.     OnClick = CancelBtnClick
  50.   end
  51. end
  52.